ComponentOne Xamarin Edition
Contains(T) Method
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace > GridRowColCollection<T> Class > Contains Method : Contains(T) Method
The object to locate in the ICollection.
Determines whether the ICollection contains a specific value.
Syntax
public bool Contains( 
   T item
)

Parameters

item
The object to locate in the ICollection.

Return Value

true if item is found in the ICollection; otherwise, false.
See Also

Reference

GridRowColCollection<T> Class
GridRowColCollection<T> Members
Overload List